/* Main CSS Document */

/* reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	color: #333;
}
body {
	min-width: 1100px;
	background: #FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.img-hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-hover:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blur {
	filter: url(https://www.unweibao.com/public/css/blur.svg);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
/* IE6~IE9 */
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*resize: vertical;*/
	resize: none;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
}
/*清楚浮动*/
.clearfix {
	zoom: 1;
} /*ie浏览器 */
/*.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden;} .标准浏览器*/
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*窗体大小*/
.w-1400 {
	width: 1400px;
}


.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[data-trans="t"] {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="b"] {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="l"] {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="r"] {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/ 
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	z-index: 100001;
	display: none;
}
.modal_backdrop-black {
	background: #000;
}
.modal_backdrop-write {
	background: #FFF;
}
.modal_backdrop-transparent {
	background: transparent;
}
.modal_tbox {
	left: 0;
	width: 100%;
	z-index: 100002;
}
.modal_tbox .tconbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	display: none;
}
.modal_tbox .tconbox .tcon-close {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(https://www.unweibao.com/public/images/close.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: none;
}
.modal_tbox .tconbox .tcon-close:hover {
	background-position: right top;
}
.modal_tbox .tconbox .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .tconbox .tcon-con {
	padding: 0 45px;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 64px;
	height: 20px;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat > div {
	background-color: rgba(0,0,0,.5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 复制弹窗 */
.modalbg_mcopy-box {
}
.modal_mcopy-box {
}
.modal_tbox .mcopy-box {
	width: 701px;
	height: auto;
	background: #FFF;
}
.modal_tbox .mcopy-box .tcon-close {
	right: 24px;
	top: 24px;
	width: 16px;
	height: 16px;
}
.modal_tbox .mcopy-box .tcon-con {
	padding: 0;
}
.modal_tbox .mcopy-box .tcon-con .d-dl {
}
.modal_tbox .mcopy-box .tcon-con .d-dd {
	margin: 35px 0;
	padding: 0 35px;
	width: 280px;
	text-align: center;
	display: inline-block;
	float: left;
}
.modal_tbox .mcopy-box .tcon-con .d-til {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 24px;
}
.modal_tbox .mcopy-box .tcon-con .d-con {
}
.modal_tbox .mcopy-box .tcon-con .d-con .con {
	font-size: 16px;
}
.modal_tbox .mcopy-box .tcon-con .d-con .img {
	margin: 25px 0 15px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 {
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .con {
	line-height: 34px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .btn {
	margin: 0 auto;
	width: 160px;
	line-height: 44px;
	font-size: 18px;
	display: block;
	color: #FFF;
	background: #00913a;
}
.modal_tbox .mcopy-box .tcon-con .d-2 {
	border-left: 1px solid #DDD;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con {
	position: relative;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='text'] {
	padding: 0 70px 0 10px;
	width: 100%;
	height: 34px;
	border: 1px solid #DDD;
	outline: 0 none;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='submit'] {
	right: 0;
	top: 0;
	width: 60px;
	height: 34px;
	border: none;
	outline: 0 none;
	color: #FFF;
	background: #00913a;
	position: absolute;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til {
	line-height: 22px;
	font-size: 16px;
	color: #00913a;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til span {
	font-size: 14px;
	display: block;
	color: #666;
}
/* 分页样式 */
/* .mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	margin-left:-10px;
	display: inline-block;
}
.mpage_boxs li {
	margin-left:10px;
	padding-top: 70px;
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 20px;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
	color: #00913a;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	padding:1px 21px;
	border:none;
	color:#FFF;
	background: #00913a;
} */

.mpage_boxs {
	clear: both;
	margin: 70px 0 10px;
	text-align: center;
}
.mpage_boxs a:hover {
	color:#00913a;
}
.page-status{
	border-radius: 2px 0 0 2px;
}
.page-last{
	border-radius: 0 2px 2px 0;
}
.page-status,.page-index,.page-pre,.page-num,.page-next,.page-last{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 42px;
	line-height: 42px;
	margin: 0 -1px 5px 0;
	background-color: #fff;

	font-size: 16px;

	color: #00913a;
	
	padding: 0 20px;
	border: 1px solid #DDD;
	text-decoration: none;

}
.page-num-current{
	padding:1px 21px;
	border:none;
	color:#FFF;
	background: #00913a;
}
a.page-num-current:hover{
		padding:1px 21px;
	border:none;
	color:#FFF;
	background: #00913a;
}









/* .hd-boxs */
.hd-boxs {
	height: 95px;
}
.hd-con {
	padding:10px 0;
	width: 100%;
	height:75px;
	background:#FFF;
	z-index: 99999;
}
.hd-logo {
	float: left;
}
.hd-logo a {
	display: block;
	position:relative;
}
.hd-logo .con {
	width:180px;
	right:-210px;
	top:22px;
	line-height:18px;
	font-size:12px;
	position:absolute;
}
.hd-logo .con p:first-child {
	font-size:14px;
}
.hd-mnav {
	padding-bottom:10px;
	float: right;
	position: relative;
	overflow: hidden;
}
.hd-mnav .nav-bar {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background: #00913a;
	position: absolute;
}
.hd-mnav ul {
	margin: 0 -12px;
}
.hd-mnav ul li {
	padding: 0 12px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -12px;
	padding: 0 20px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	display: block;
}
.hd-mnav ul li span {
	line-height: 75px;
	font-size: 18px;
	display: block;
	position: relative;
}
.hd-mnav ul li span:before {
	content: " ";
	left: -8px;
	bottom: 0;
	padding: 0 8px;
	width: 100%;
	height: 2px;
	display: none;
	background: #00913a;
	position: absolute;
}
.hd-mnav ul li a:hover, .hd-mnav ul .active a {
	color: #00913a;
}
.hd-mnav ul .active span:before {
	bottom:-10px;
	display: block;
}
.hd-tel {
	right:-100px;
	top:13px;
	padding:0 55px 0 45px;
	height:50px;
	display:none;
	position:absolute;
}
.hd-tel i {
	left:0;
	top:0;
	line-height:50px;
	font-size:34px;
	position:absolute;
}
.hd-tel .til {
	margin-top:7px;
	line-height:18px;
	font-size:14px;
}
.hd-tel .con {
	line-height:18px;
	font-size:16px;
	font-weight:bold;
	color:#00913a;
}
.hd-tel .img {
	right:0;
	top:0;
	position:absolute;
}
.hd-on {
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	box-shadow: 0 0 10px rgba(50,50,50,0.1);
}
.hd-on .hd-mnav {
	padding:0;
}
.hd-on .hd-mnav .nav-bar, .hd-on .hd-mnav ul li span:before {
	bottom:0;
	background: #00913a;
}
.hd-on .hd-mnav ul li a {
	color: #333;
}
.hd-on .hd-mnav ul .on a, .hd-on .hd-mnav ul .active a, .hd-on .hd-mnav ul li a:hover {
	color: #00913a;
}


@media (max-width: 1400px) {
	.hd-logo {
		margin-left: 12px;
	}
	.hd-tel {
		right: 24px;
		display:block;
	}
	
	.hd-tel {
		display:block;
	}
	.hd-mnav {
		margin-right:130px;
	}
	.hd-mnav ul {
		margin: 0 132px;
	}
	.hd-mnav ul li span {
    line-height: 75px;
    font-size: 16px;
	}
	.hd-mnav ul li a {
    margin: 0 -12px;
    padding: 0 11px;
	}
}
@media (min-width: 1400px) {
	.hd-logo {
		margin-left:-100px;
	}
	.hd-tel {
		display:block;
	}
	.hd-mnav {
		margin-right:130px;
	}
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	/* margin-bottom:100px; */
	padding-bottom:20px;
	color:#555;
	background: #161616;
	overflow: hidden;
}
.ft-boxs a {
	color:#555;
}
.ft-boxs a:hover {
	color: #00913a;
}
.ft-promise {
	margin-bottom:60px;
	border-bottom:1px solid #333;
}
.ft-promise dl {
	display: flex;
    flex-flow: row nowrap;
    place-content: flex-start space-between;
    align-items: center;
}
.ft-promise dl dd {
}
.ft-promise dl dd .con {
	padding-left:60px;
	line-height:100px;
	font-size:18px;
	color:#FFF;
	position:relative;
}
.ft-promise dl dd .con i {
	left:0;
	top:0;
	font-size:40px;
	position:absolute;
}
.ft-dl {
	margin-bottom:30px;
}
.ft-dd {
	display:inline-block;
	float:left;
}
.ft-d1 {
}
.ft-d1 dl {
}
.ft-d1 dl dd {
	width:210px;
	display:inline-block;
	float:left;
}
.ft-d1 dl dd .til {
	margin-bottom:15px;
	padding-top:10px;
	line-height:20px;
	font-size:18px;
	display:block;
	color:#FFF;
}
.ft-d1 dl dd .til a {
	color:#FFF;
}
.ft-d1 dl dd .con {
	height:192px;
	overflow:hidden;
}
.ft-d1 dl dd ul {
}
.ft-d1 dl dd ul li {
	width:100%;
	line-height:32px;
	display:inline-block;
	float:left;
}
.ft-d1 .d-lianxi {
	width:400px;
}
.ft-d1 .d-lianxi .con ul li {
	padding-left:30px;
	position:relative;
}
.ft-d1 .d-lianxi .con ul li i {
	left:0;
	top:0;
	font-size:16px;
	position:absolute;
}
.ft-d2 {
	text-align:center;
	float:right;
}
.ft-d2 .til {
	line-height:40px;
	font-size:14px;
}
.ft-links {
}
.ft-links ul {
	margin-left:-15px;
}
.ft-links ul li {
	margin-left:15px;
	line-height:50px;
	display:inline-block;
	float:left;
}
.ft-links ul li:first-child {
	margin-right:-15px;
}
.ft-copyright {
	border-top:1px solid #333;
	line-height:50px;
}
.ft-copyright span {
	margin-left:15px;
}
.ft-copyright span img {
	margin-right:5px;
	vertical-align: text-bottom;
}
/* 危包办理 */
.fx-weibaobanli {
	width:100%;
	height:100px;
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	box-shadow: 0 0 10px rgba(50,50,50,0.1);
	background:#F5F5F5;

}
.fx-weibaobanli .btn[data-id="close"] {
	left:-60px;
	top:37px;
	width:26px;
	line-height:26px;
	font-size:12px;
	text-align:center;
	border:1px solid #BBB;
	-moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
	display:block;
	color:#BBB;
	position:absolute;
}
.fx-weibaobanli .btn[data-id="close"]:hover {
	border-color:#00913a;
	color:#FFF;
	background:#00913a;
}
.fx-weibaobanli .d-dl {
}
.fx-weibaobanli .d-dd {
	display:inline-block;
}
.fx-weibaobanli .d-1 {
	height:100px;
	float:left;
	position:relative;
}
.fx-weibaobanli .d-1 .img {
	left:0;
	bottom:10px;
	position:absolute;
}
.fx-weibaobanli .d-2 {
	float:right;
}
.fx-weibaobanli .d-2 dl {
	margin-left:-10px;
}
.fx-weibaobanli .d-2 dl dd {
	margin:30px 0 0 10px;
	display:inline-block;
	float:left;
}
.fx-weibaobanli .d-2 dl dd input {
	padding:0 20px;
	height:40px;
	font-size:14px;
	border:none;
	outline:0 none;
	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
	background:#FFF;
}
.fx-weibaobanli .d-2 dl dd input[type="submit"] {
	padding:0;
	font-size:16px;
	color:#FFF;
	background:#00913a;
}
.fx-weibaobanli .d-3 {
	margin-right:20px;
	padding-left:40px;
	line-height:100px;
	font-size:30px;
	float:right;
	position:relative;
}
.fx-weibaobanli .d-3 i {
	left:0;
	top:0;
	font-size:;
	color:#00913a;
	position:absolute;
}
/* 当前位置 */
.bd-position {
	padding-left:30px;
	line-height: 70px;
	color: #999;
	position: relative;
}
.bd-position:before {
	left:0;
	top:0;
	font-size:20px;
	position:absolute;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: #00913a;
}
/* 公共样式 */
.bd-mbox {
	overflow: hidden;
}
.bd-mbox .bm-til {
	padding: 100px 0 50px;
	text-align:center;
}
.bd-mbox .bm-til .til {
	font-size:0;
}
.bd-mbox .bm-til .til dl {
	display:inline-block;
}
.bd-mbox .bm-til .til dl dd {
	line-height:90px;
	display:inline-block;
	float:left;
}
.bd-mbox .bm-til .til .d-1 {
}
.bd-mbox .bm-til .til .d-1 ul {
	margin-left:-12px;
}
.bd-mbox .bm-til .til .d-1 ul li {
	margin-left:12px;
	display:inline-block;
	float:left;
	color:#00913a;
}
.bd-mbox .bm-til .til .d-1 .l-1 {
	font-size:12px;
	opacity:.2;
}
.bd-mbox .bm-til .til .d-1 .l-2 {
	font-size:16px;
	opacity:.5;
}
.bd-mbox .bm-til .til .d-1 .l-3 {
	font-size:24px;
}
.bd-mbox .bm-til .til .d-2 {
	padding:0 30px;
	font-size:44px;
	font-weight:bold;
}
.bd-mbox .bm-til .ftil {
	line-height: 30px;
	font-size: 22px;
	color: #999;
}
.bd-mbox .bm-til.on {
	color:#FFF;
}
/* 获取方案 */
.bd-huoqufangan {
	padding:60px 0;
	background:#F5F5F5;
}
.bd-huoqufangan .bm-con {
	background:#FFF;
}
.bd-huoqufangan .bm-con .d-dl {
}
.bd-huoqufangan .bm-con .d-dd {
	display:inline-block;
	float:left;
}
.bd-huoqufangan .bm-con .d-1 {
	padding:50px 65px;
	width:780px;
}
.bd-huoqufangan .bm-con .d-til {
	margin-bottom:40px;
	line-height:50px;
	font-size:18px;
}
.bd-huoqufangan .bm-con .d-til b {
	margin-right:15px;
	font-size:36px;
}
.bd-huoqufangan .bm-con .d-con {
}
.bd-huoqufangan .bm-con .d-con dl {
	margin:-12px 0 0 -12px;
}
.bd-huoqufangan .bm-con .d-con dl dd {
	margin:12px 0 0 12px;
	display:inline-block;
	float:left;
}
.bd-huoqufangan .bm-con .d-con dl dd input[type="text"], .bd-huoqufangan .bm-con .d-con dl dd select {
	padding:0 20px;
	width:100%;
	height:60px;
	font-size:16px;
	border:none;
	background:#F5F5F5;
}
.bd-huoqufangan .bm-con .d-con dl dd textarea {
	width:100%;
	height:160px;
	line-height:30px;
	border:20px solid #F5F5F5;
	font-size:16px;
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	background:#F5F5F5;
	float:left;
}
.bd-huoqufangan .bm-con .d-con .d-d2 .btn[data-id="submit"] {
	width:175px;
	line-height:54px;
	font-size:18px;
	text-align:center;
	color:#FFF;
	background:#00913a;
}
.bd-huoqufangan .bm-con .d-con .d-d2 .btn[data-id="submit"] i {
	margin-left:25px;
}
.bd-huoqufangan .bm-con .d-con dl dd input[type="submit"] {
	left:0;
	top:0;
	width:175px;
	height:54px;
	border:none;
	outline:0 none;
	background: transparent;
	position:absolute;
}
.bd-huoqufangan .bm-con .d-con .d-d1 {
	width:384px;
}
.bd-huoqufangan .bm-con .d-con .d-d2 {
	width:780px;
}
.bd-huoqufangan .bm-con .d-2 {
	padding-top:80px;
}
.bd-huoqufangan .bm-con .d-2 ul {
	margin-top:-40px;
}
.bd-huoqufangan .bm-con .d-2 ul li {
	margin-top:40px;
	padding-left:60px;
	height:45px;
	line-height:20px;
	font-size:18px;
	position:relative;
}
.bd-huoqufangan .bm-con .d-2 ul li i {
	left:0;
	top:0;
	width:45px;
	line-height:45px;
	font-size:45px;
	text-align:center;
	color:#999;
	position:absolute;
}
.bd-huoqufangan .bm-con .d-2 ul li .til {
	height:20px;
	line-height:20px;
	display:block;
}
.bd-huoqufangan .bm-con .d-2 ul li .con {
	height:25px;
	line-height:25px;
	display:block;
}
/* 走进源园 */
.bd-guanyu {
	padding-bottom:100px;
}
.bd-guanyu .bm-con {
	position:relative;
}
.bd-guanyu .bm-con .c-about {
	padding-right:760px;
	height:410px;
	position:relative;
}
.bd-guanyu .bm-con .c-about .til {
	margin-bottom:15px;
	padding-left:40px;
	line-height:40px;
	font-size:30px;
	font-weight:bold;
	color:#00913a;
	position:relative;
}
.bd-guanyu .bm-con .c-about .til i {
	left:0;
	top:0;
	font-weight:normal;
	position:absolute;
}
.bd-guanyu .bm-con .c-about .con {
	line-height:30px;
	font-size:16px;
	text-indent:32px;
}
.bd-guanyu .bm-con .c-about .player {
	right:0;
	top:0;
	width:700px;
	height:100%;
	position:absolute;
}
.bd-guanyu .bm-con .c-tab {
	position:relative;
}
.bd-guanyu .bm-con .c-tab ul {
	margin-left:-20px;
	left:0;
	top:-64px;
	position:absolute;
}
.bd-guanyu .bm-con .c-tab ul li {
	margin-left:20px;
	width:310px;
	display:inline-block;
	float:left;
}
.bd-guanyu .bm-con .c-tab ul li a {
	line-height:62px;
	font-size:22px;
	text-align:center;
	border:1px solid #DDD;
	display:block;
}
.bd-guanyu .bm-con .c-tab ul .on a {
	border-color:#00913a;
	color:#FFF;
	background:#00913a;
}
.bd-guanyu .bm-con .c-con {
	padding-top:40px;
}
.bd-guanyu .bm-con .c-con .bd-con {
	display:none;
}
.bd-guanyu .bm-con .c-con ul {
	margin-left:-20px;
}
.bd-guanyu .bm-con .c-con ul li {
	margin-left:20px;
	display:inline-block;
	float:left;
}
.bd-guanyu .bm-con .c-con ul li a {
	width:335px;
	display:block;
}
.bd-guanyu .bm-con .c-con ul li .img {
	overflow:hidden;
}
.w-1200 {
	width: 1150px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}